emoji chooser: No emoji in the search entry
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 Sep 2017 12:45:51 +0000 (08:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 Sep 2017 12:48:47 +0000 (08:48 -0400)
Recursion is fun, but better avoided in the ui.

https://bugzilla.gnome.org/show_bug.cgi?id=786960

gtk/ui/gtkemojichooser.ui

index 53f959a857c4187e096c6095dc6efa8094f0e686..4e85b9c10f56427543b523d4fd2a70a7d849b9a8 100644 (file)
@@ -12,6 +12,7 @@
         <child>
           <object class="GtkSearchEntry" id="search_entry">
             <property name="visible">1</property>
+            <property name="input-hints">no-emoji</property>
             <signal name="search-changed" handler="search_changed"/>
           </object>
         </child>